GdkDevice: Do not free construct-only properties data on dispose()
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 16 Oct 2015 17:52:50 +0000 (19:52 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 3 Nov 2015 12:28:07 +0000 (13:28 +0100)
commit7d8a3a52ce445bb0c0fe6a4e30526e1bc864fc4f
tree303a93531dbe2d819a3c957ce4f9d3d6d6be65e8
parent4f61fd09c565a7911201255865fa124b9bf5705a
GdkDevice: Do not free construct-only properties data on dispose()

Those are not references to other objects, and the device will be mostly
useless if those can't be set again anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=756625
gdk/gdkdevice.c